home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 - Homepage / CHIP.BIN / share / webmaste / csehtmlp / csehtmlp.exe / {app} / Documentation / docs.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-04-28  |  896 b   |  21 lines

  1. body { color: black; background-color: white; font-family: arial, sans-serif; font-size: medium; }
  2.  
  3. h1 {color : blue; font-size: large }
  4. h2 {color : #000099; font-size: medium }
  5. h3 {color : #000000; font-size: medium }
  6.  
  7. .note { background-color: #FFFFCC; }
  8.  
  9. .sup { background-color: green; font-weight: bold; color: white }
  10. .nosup { background-color: white; font-weight: normal; color: gray; }
  11.  
  12. a:active    { color: #000000; text-decoration: underline; background-color: transparent; }
  13. a:hover     { color: #000099; text-decoration: underline; background-color: #F4F4FF; }
  14.  
  15. li.margintop { margin-top: 0.5em; text-align: left; }
  16. ul li, ol li { margin-bottom: 0.3em; }
  17. li ul, li ol { margin-top: 0.3em }
  18.  
  19. p.header { font-weight: bold; color: white; background-color: navy; padding: .2em; }
  20. p.copyright { font-weight: bold; color: white; background-color: navy; padding: .2em; }
  21.